dreamweaver.historyPalette.replaySteps()

Availability 3.0
Description Replays the specified history steps in the active document. Dreamweaver warns the user of possible unintended consequences if the specified steps include an unrepeatable action.
Arguments arrayOfIndices
The argument is an array of position indices in the History palette.
Returns Nothing.
Enabler None.
Example A call to dw.historyPalette.replaySteps([0,2,3]) plays the first, third, and fourth steps in the History palette.